From: Stefan Monnier Date: Sat, 2 Nov 2002 02:33:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29933 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c809cbf8fe5e0c7dd13cd5ff103cde1e3396a755;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 428a5d5d7f2..86829df4c73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,13 @@ 2002-11-01 Stefan Monnier + * textmodes/tex-mode.el (tex-common-initialization): + comment-start-skip shouldn't match on the next line. + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string. + Don't bother making paragraph-start a superset of paragraph-separate. + Use line-beginning-position. + * textmodes/sgml-mode.el (sgml-skip-tag-backward) (sgml-skip-tag-forward): Deal with xml-style empty tags.